home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set LastTick to the ticks
- set OriginalTick to the ticks
- repeat while (the ticks - OriginalTick) < 120
- set x to 5 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locH of sprite 5 to 288
- set the locV of sprite 5 to the locV of sprite 5 + x
- updateStage()
- end repeat
- end
-
- on mouseUp
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- go(81)
- end
-